Click or drag to resize

ServiceSyncFolders Method (FolderId, FolderShape)

Synchronizes the subfolders of a specific folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SyncFoldersResponse SyncFolders(
	FolderId folderId,
	FolderShape folderShape
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder that contains the folders to synchronize with.
folderShape
Type: Independentsoft.ExchangeFolderShape
The collection of properties to retrieve for synchronized folders.

Return Value

Type: SyncFoldersResponse
A list of changes that occurred in the specified folder.
See Also